home *** CD-ROM | disk | FTP | other *** search
- #ifndef LIBRARIES_TRANSLATOR_H
- #define LIBRARIES_TRANSLATOR_H
- /*
- ** $Filename: libraries/translator.h $
- ** $Release: 1.3 $
- **
- ** Translator error return codes
- **
- ** (C) Copyright 1985,1986,1987,1988 Commodore-Amiga, Inc.
- ** All Rights Reserved
- */
-
- #define TR_NotUsed -1 /* This is an oft used system rc */
- #define TR_NoMem -2 /* Can't allocate memory */
- #define TR_MakeBad -4 /* Error in MakeLibrary call */
-
- #endif /* LIBRARIES_TRANSLATOR_H */
-